PATHMac OS 8 Developer Documentation > Human Interface Toolbox > Control Manager >

Programming With the Mac OS 8.5 Control Manager


Control Font Style Flag Constant

With the Mac OS 8.5 Control Manager, you can pass the following new control font style flag constant in the flags field of the ControlFontStyleRec structure to specify the fields of the structure that should be applied to the control. For more details on control font style flag constants and the ControlFontStyleRec structure, see Mac OS 8 Control Manager Reference .

enum {
    kControlAddToMetaFontMask   = 0x0200
};

Constant description

kControlAddToMetaFontMask
If the bit specified by this mask is set, the control may use a meta-font while also adding other attributes to the font. If the bit specified by this mask is not set, but a meta-font is specified for the control, any additional attributes set for the font are ignored.

© 1999 Apple Computer, Inc. — (Last Updated 20 Jan 99)